Sponsored Content
Operating Systems Solaris System booting to maintenance mode Post 302648995 by admin_xor on Wednesday 30th of May 2012 03:55:55 PM
Old 05-30-2012
What version of Solaris running on it? If it's older than Solaris 10, post output of this:
Code:
grep initdefault /etc/inittab

 

10 More Discussions You Might Find Interesting

1. Solaris

Machine is booting to maintenance mode.

I had a power failure the other day and when my relatively new Solaris 10 machine rebooted it is thrown into maintenance mode. I've found the following lines in the /var/adm/messages file, I'm assuming this is the root cause of the problem. However, I don't have the slightest idea on how to... (9 Replies)
Discussion started by: cheetobandito
9 Replies

2. HP-UX

how to distinguish standard system mode or trust system mode

I think that if the directory /tcb exists, HP-UX is in trusted mode and the passwd data is somewhere in /tcb/files/auth. But that's all I remember. Also I think recent versions of HP-UX can have a /etc/shadow file. (0 Replies)
Discussion started by: Perderabo
0 Replies

3. Solaris

FTP is in maintenance mode always

Hello All, On solaris 10 server i could see the FTP service is in maintenance mode always :mad: Could some assist? svcs -xv svc:/network/nfs/nlockmgr:default (NFS lock manager) State: maintenance since Tue 28 Jul 2009 11:47:55 AM BST Reason: Restarting too quickly. See: Sun... (5 Replies)
Discussion started by: bullz26
5 Replies

4. Solaris

Process in maintenance mode, why?

Hi, I have installed Hudson on a Solaris 11 server, using the installation instructions available at Paul Oswald: Hudson Solaris SMF Manifest. When I perform svcs -l hudson, I get: fmri svc:/application/hudson:default name Hudson Continuous Build Server enabled true... (4 Replies)
Discussion started by: JVerstry
4 Replies

5. Solaris

Samba service in maintenance mode ???

I have a Solaris 10 SunFire v880 machine and I'm having trouble with Samba. Samba has worked on this machine but since the machine has been re-booted Samba has not worked. Machine details are: cat /etc/release Solaris 10 10/08 s10s_u6wos_07b SPARC Copyright 2008... (2 Replies)
Discussion started by: KenLynch
2 Replies

6. Solaris

Solaris 10 system boots into Maintenance mode

I have seen similar threads on this issue, but I have not seen a fix. Basically I am getting a lot of rcp bind errors. Below find the output of "svcs -xv". not sure where to begin: # svcs -xv svc:/network/rpc/bind:default (RPC bindings) State: maintenance since Fri May 25 14:13:18 2012... (14 Replies)
Discussion started by: brownwrap
14 Replies

7. Solaris

DNS service is in maintenance mode. How to bring it back to online mode?

:confused: when i tried to look the status of DNS-client, it is in maintenance mode..... Please tell me how to bring it back to online mode...PLEASE TELL ME STEP BY STEP.... PLEASE... :wall: (2 Replies)
Discussion started by: vamshigvk475
2 Replies

8. Red Hat

[Solved] Redhat system is not booting in GUI mode

Hi Guys Required help in Redhat 6.1. After installation of Redhat 6.1 in VMware system is not going in GUI mode. please to solve the issue... Thanks... (5 Replies)
Discussion started by: deviltech
5 Replies

9. AIX

How to put VIOS in Maintenance mode?

Hi this may be a easy question to answer but thanks in advance. So I was able to download the VIOS media from IBM and currently I am burning it to a cd/dvd right now. The steps I've collected so far are from the net. can you please confirm and add on to the steps if there are any steps... (0 Replies)
Discussion started by: Adnans2k
0 Replies

10. Solaris

Maintenance mode

i booted into maintenance mode boot -- -s from the console I got the Root password for system maintenance (control-d to bypass) I did control -d and then logged in it told me that I was booting into boot -s but after I did a control -d and logged in who -r shows ... (9 Replies)
Discussion started by: goya
9 Replies
lvlnboot(1M)															      lvlnboot(1M)

NAME
lvlnboot - prepare LVM logical volume to be root, boot, primary swap, or dump volume SYNOPSIS
autobackup] { boot_lv | dump_lv | root_lv | | swap_lv }] [vg_name] Remarks cannot be performed if the volume group is activated in shared mode. DESCRIPTION
This command is supported for arguments belonging to volume groups version 1.0. Attempting this command with arguments belonging to volume groups versions 2.0 or higher will result in an error. The command updates all physical volumes in the volume group so that the logical volume becomes the root, boot, primary swap, or a dump volume when the system is next booted on the volume group. If a nonexistent logical volume is specified, this command fails. If a differ- ent logical volume is already linked to the root or primary swap, the command fails. The boot information stored on disks assumes a certain ordering of disks listed in lvlnboot(1M) command should be run in recovery mode option) when there is a change to the order of the disks in for any bootable volume group (see vgimport(1M) and vgscan(1M) for more infor- mation). Options and Arguments recognizes the following options and arguments: vg_name The path name of a volume group. Set automatic backup for this invocation of this command. autobackup can have one of the following values: Automatically back up configuration changes made to the logical volume. This is the default. After this command executes, the command (see vgcfgbackup(1M)) is executed for the volume group to which the logical volume belongs. Do not back up configuration changes this time. Define boot_lv to be the boot volume the next time the system is booted on the volume group. boot_lv must be the first logical volume on the physical volume. boot_lv must be contiguous, and must not allow bad block relocation. boot_lv is used to locate the boot file system during the boot process. The boot file system has the kernel which is read by the boot loader (see hpux(1M) for PA-RISC systems). This command updates the file with the location of the root volume in the currently booted volume group. The file is used during maintenance-mode boots to locate the root volume. During normal boots (versus maintenance-mode boots, see hpux(1M) for PA-RISC systems), this command is automati- cally executed by (see inittab(4)). Since this command is performed during boot, it does not need to be performed manually unless is missing (or alternatively, performing a normal reboot will recreate this file). During maintenance-mode boots, since the root volume group is not activated, does not update Maintenance-mode boot will fail if does not already exist with the correct location of the root volume. See When a new root volume group is created, the first boot must be a normal boot (versus a maintenance-mode boot), so that gets created. This option does not allow updating for any volume group other than the one that is booted. Define dump_lv to be one of the dump volumes the next time the system is booted on the volume group. dump_lv must be a contiguous logical volume and cannot have Bad Block Relocation enabled. The command updates the Boot Data Reserved Area of each bootable physical volume in the volume group (see pvcre- ate(1M)). The combined size of all the dump volumes should be at least 2048 bytes larger than the total memory of the sys- tem. Multiple dump devices can be configured, but each dump_lv must be entered with a separate command line. This option will be obsolete in the next HP-UX release. Define root_lv to be the root volume the next time the system is booted on this volume group. root_lv must be a con- tiguous logical volume and cannot have bad block relocation enabled. If root_lv is the first logical volume on the physical volume, then it is configured as the combined root-boot volume. Otherwise, root_lv is configured as the separate root volume in which case a separate boot volume needs to be configured using the option. Either the separate root or the separate boot volume can be configured first. The command updates the Boot Data Reserved Area of each bootable physical volume (see pvcreate(1M)) to enable the volume group to be used to locate the root file system. root_lv is also used as the root volume during a maintenance-mode boot (see hpux(1M) for PA-RISC systems). The physical volumes containing root_lv must have been created using the option (see pvcreate(1M)), indicating that that physical volume is to be used as a bootable physical volume. Also, the command (see mkboot(1M)) must have been run on the physical volume to create the LIF area at the top of the physical volume (see lif(4)). Recover any missing links to all of the logical volumes specified in the Boot Data Reserved Area and update the Boot Data Reserved Area of each bootable physical volume in the volume group (see pvcreate(1M)). Define swap_lv to be the primary swap volume the next time the system is booted on the volume group. swap_lv must be a contiguous logical volume, and a root logical volume must have been previously defined with this command. The command updates the Boot Data Reserved Area of each bootable physical volume in the volume group (see pvcre- ate(1M)). Any existing swap area previously defined must be removed via lvrmboot(1M). This option will be obsolete in the next HP-UX release. Print verbose messages. With no other arguments present, print information on root, boot, swap, and dump logical volumes. If a combined root-boot volume is configured, no information for the boot volume is displayed. EXTERNAL INFLUENCES
Environment Variables determines the language in which messages are displayed. If is not specified or is null, it defaults to "C" (see lang(5)). If any internationalization variable contains an invalid setting, all internationalization variables default to "C" (see environ(5)). EXAMPLES
The following examples show configuration of a combined root-boot volume. Create a root volume group, containing root, swap, and dump logical volumes. Assume that an appropriate directory called and a cor- responding file already exist (see lvm(7)). First, initialize the disk, say so that it can be used as an LVM boot disk. Place the LIF information on the disk using the command. Create the volume group Create a logical volume that is suitable for use as the root volume. This logical volume has to be the first in the volume group and should be a contiguous volume with bad block relocation turned off. Create a logical volume that will be used as primary swap. This volume should be contiguous. Create a logical volume that will be used as the dump volume. This volume should be contiguous with bad block relocation turned off. Specify that the logical volume, will be used as the root volume. Specify that the logical volume, will be used as the primary swap. Specify that the logical volume, will be used as the dump volume. Display the results of the previous operations. The following examples show configuration of separate root and boot volumes. Create a root volume group, containing root, boot, swap, and dump logical volumes. Assume that an appropriate directory called and a corresponding file already exist (see lvm(7)). First, initialize the disk, say so that it can be used as an LVM boot disk. Place the LIF information on the disk using the command. Create the volume group Create a logical volume that is suitable for use as the boot volume. This logical volume has to be the first in the volume group and should be a contiguous volume with bad block relocation turned off. Create a logical volume that is suitable for use as the root volume. This logical volume should be a contiguous volume with bad block relocation turned off. Create a logical volume that will be used as primary swap. This volume should be contiguous. Create a logical volume that will be used as the dump volume. This volume should be contiguous with bad block relocation turned off. Specify that the logical volume, will be used as the root volume. Specify that the logical volume, will be used as the boot volume. Specify that the logical volume, will be used as the primary swap. Specify that the logical volume, will be used as the dump volume. Display the results of the previous operations. The following example shows configuration of multiple dump volumes. Specify that logical volumes and should be used as the dump logical volumes and that should also be used as primary swap. Assume that the volume group and the logical volumes have been created and the logical volumes are contiguous. WARNINGS
Dump Volume Warnings At the HP-UX 11.00 release and forward, the command will support any size dump device depending upon the IODC firmware addressability of the system. If the configured dump logical volume is out of the range of what the firmware can address, the command will return an error message such as "Unable to configure dump logical volume. Dump logical volume size beyond the IODC max address." Separate Root/Boot Warnings Whenever mkboot(1M) is used to restore the LIF area of a damaged root physical volume, the boot_lv option of must be performed afterwards to record the boot volume information inside the new LIF (see lif(4)). Subsequent commands such as are dependent on the boot_lv informa- tion inside the LIF. If the option does not locate the boot volume boot_lv, and the root_lv has not yet been performed, then performing the root_lv option will enable the boot volume to be located. The command derives the location of boot volume from the location of the root volume. Maintenance-Mode Warnings When creating additional root volumes, a normal boot must be performed on each new root volume so that which is required for maintenance- mode boots (see hpux(1M) for PA-RISC systems), gets created for each new root volume. Mirrored root_lv volumes should start at the same offset on each physical volume so that the location stored in works for maintenance-mode boots off of any mirror. FILES
Contains the location of the root volume. Used during maintenance-mode boots (see hpux(1M) for PA-RISC systems) to locate the root volume. SEE ALSO
lvcreate(1M), lvrmboot(1M), lvmadm(1M), mkboot(1M), pvcreate(1M), vgcreate(1M), inittab(4), lif(4), lvm(7). lvlnboot(1M)
All times are GMT -4. The time now is 03:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy