Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
/etc content changed
Name: sachin Date: January 21, 2003 at 07:50:52 Pacific OS: solaris 9 CPU/Ram: ultra sparc
Comment:
i extratcted etc.tar from backup and it replaced all the current /etc directory for my newly installed solaris 9.on rebooting the machine, the OS doesnt boot. i have installation cd's.do i have a chance of recovering the OS by copying the /etc from the cd without going for a fresh installation. Thanks in advance.
Name: zoozle Date: January 22, 2003 at 02:19:08 Pacific
Reply:
No. The /etc directory on the CDROM is a read-only file system that is used when booting off the CDROM. Don't copy it over because then your system will become unbootable as it will lose all it's NODENAME info etc.
You need to reinstall Sol 9.
One possibility is to rename /etc once you have done this to /etcnew (mv /etc /etcnew) then extract etc.tar to /etc, rename /etc to /etcold (mv /etc /etcold) and rename /etcnew back to /etc (mv /etcnew /etc)
Summary: If /export/home is not used... (empty) try this : $ ufsdump 0f - /dev/rdsk/c0d0s3 \ | (cd /export/home; ufsrestore xf -) vi /etc/vfstab change /export/home into /var and visaversa init 6 hope this hel...
Summary: created a meta device d3 on /var under SUNOS5.8 d31 (c0t0d0s3) and d32(c1t0d0s3) are two submirrors. Now need to unmirror /var, did the followings: 1. metadetach d3 d32 2. edit /etc/vfstab change entr...
Summary: hi, No need to do sys-unconfig just edit two files #vi /etc/hostname.hme0 change the ip address as required in this file #vi /etc/netmasks change the netmask as required in this file this will sure...