Archive for July 2013
NetApp: invalid format in the /etc/rc file
The following error is displayed in NetApp OnCommand System Manager:
"Invalid format in the /etc/rc file
Active operations on network interfaces are disabled as the /etc/rc file does not adhere to the expected format. Modify the /etc/rc manually to enable the active operations."
The contents of /etc/rc were as follows:
The correct sequence of the commands is:
The command ifgrp favor e1a is out of sequence and needs to be moved up.
You can manually edit /etc/rc through the administrative share \\toaster\c$ and a text editor.
"Invalid format in the /etc/rc file
Active operations on network interfaces are disabled as the /etc/rc file does not adhere to the expected format. Modify the /etc/rc manually to enable the active operations."
Invalid format in the /etc/rc file |
#Auto-generated by setup Wed Nov 28 09:46:28 CET 2012
ifgrp create single svif e1a e0a
ifconfig svif `hostname`-svif partner svif mtusize 1500
ifconfig e0M `hostname`-e0M partner e0M mtusize 1500
route add default 192.168.1.254 1
routed on
options dns.domainname toaster.lan
options dns.enable on
options nis.enable off
ifgrp favor e1a
savecore
The correct sequence of the commands is:
- hostname
- vif / ifgrp
- vlan
- ifconfig
- vfiler
- route
- routed
- options
- savecore
The command ifgrp favor e1a is out of sequence and needs to be moved up.
You can manually edit /etc/rc through the administrative share \\toaster\c$ and a text editor.
#Auto-generated by setup Wed Nov 28 09:46:28 CET 2012
ifgrp create single svif e1a e0a
ifgrp favor e1a
ifconfig svif `hostname`-svif partner svif mtusize 1500
ifconfig e0M `hostname`-e0M partner e0M mtusize 1500
route add default 192.168.1.254 1
routed on
options dns.domainname toaster.lan
options dns.enable on
options nis.enable off
savecore
Installing Citrix XenServer 6.2 from a USB drive
Below is a quick and easy method to create a bootable XenServer USB drive from Windows.
- Download the XenServer 6.2 ISO.
- Download and run Universal USB Installer.
- Select "Try Unlisted Linux ISO".
- Browse to your XenServer ISO.
- Select your USB Flash Drive Letter.
- (Optional) If your drive is not yet FAT32 formatted check "Format X:\ Drive (Erases Contents)".
Universal USB Installer |
- Click Create.
- Enjoy...
Citrix XenServer Setup |