Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP RC1!!!

Status
Not open for further replies.

VLG711

Technical User
May 30, 2001
95
US
does anyone know what the command RC1 does??
Ityped the command in error!
there is no reference in MAN

I got the out-put

The system is coming up for administration. Please wait.
checking ufs filesystems

/dev/md/rdsk/d19: FREE BLK COUNT(S) WRONG IN SUPERBLK (SALVAGED)
/dev/md/rdsk/d19: 2524 files, 628392 used, 2209040 free
/dev/md/rdsk/d19: (1808 frags, 275904 blocks, 0.0% fragmentation)

THE FOLLOWING FILE SYSTEM(S) HAD AN UNEXPECTED INCONSISTENCY: /dev/md/rdsk/d19 /
mount: /dev/md/dsk/d19 is already mounted, /cms is busy,
or the allowable number of mount points has been exceeded


I dont know what this means

Thanks for all help
 
Hi,

The command /sbin/rc1 on a solaris system is a script of commands executed when the system is brought to runlevel 1 (normally by 'init 1' or 'telinit 1'). As you might imagine there are similar scripts for other runlevels.

On the inconsistency message - maybe there is an error (dupe entry ?) in your /etc/vfstab file.

Hope this helps

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top