Sponsored Content
Operating Systems AIX hdisk0 becomes hdisk2 after replaced Post 302118977 by kiem on Friday 25th of May 2007 05:09:32 PM
Old 05-25-2007
Got it.. had to do a synclvodm -v rootvg

rmdev -dl hdisk2

cfgmgr..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

hdisk0 internal

goodpeople, have a corrupt boot volume and systems keep's on crashing with it. suspecting drive is bad. question is how does one determine which of the 5 internal drives I have in my cage is hdisk0 any help would be appreciated Thnx (2 Replies)
Discussion started by: Student37
2 Replies

2. AIX

hdisk0 usage 100%

folks, I have dev box which is runnin SAP apps and the hdisk0 usage activity is showing up 100% using topas . Please chk the o/p below: Topas Monitor for host: dev_sap_basis EVENTS/QUEUES FILE/TTY Sat Nov 29 05:32:58 2008 Interval: 2 Cswitch 11913 ... (3 Replies)
Discussion started by: nivaspIND
3 Replies

3. Programming

Can Mutex be replaced with anything?

Hi All, To avoid race condition, instead of using mutex, semaphore, spinlock etc.... Is there any other mechanism by which we can avoid race condition in an multi-threading environment. -Thanks (6 Replies)
Discussion started by: rvan
6 Replies

4. Shell Programming and Scripting

comma replaced with pipe

Source data: "123","aaa bbb CCC","12000" "134","HHH,bbc","13000" i have a delimited file. i want to replace with the pipe.The sed command is not working for replacing a delimeter. Command : sed s/\,/\|/g filename Output : When i run the command it is replacing the columns value... (7 Replies)
Discussion started by: number10
7 Replies

5. Shell Programming and Scripting

awk next time replaced by none

Hi Everyone, 1.txt a b c d e f d g gg output: abc de (3 Replies)
Discussion started by: jimmy_y
3 Replies

6. Shell Programming and Scripting

Performing a calculation on string to be replaced

Hi, I have a file with occurances of the string "TO_DATE(<number here>,'J')" at random places. I need minus 2400000 from the number and replace the string with "convert(date, dateadd(dd, <new number here>,'16 Nov 1858')". I'm finding this difficult as the string isn't necessarily in the... (9 Replies)
Discussion started by: user_invalid
9 Replies

7. Shell Programming and Scripting

variable value is not getting replaced

Hi, I am trying to generate list of employees from emp table who joined yesterday. emp.sh YEST=$(date --date='1 day ago' +%Y-%m-%d) cat emp.sql | mysql -u <user> -p<pass> -h <host> -P <port> -D <dbname> > emp.csv emp.sql select * from employee where join_date = '$YEST'; I expected... (3 Replies)
Discussion started by: ravi.videla
3 Replies

8. Solaris

Veritas not attaching replaced disk

Hi, I`m on SunFire480R with Solaris 10. Disk in rootdg group failed, so it was replaced. However, I cannot make Veritas initalise the replaced disk: # vxdctl enable # vxdisk list c1t0d0s2 Device: c1t0d0s2 devicetag: c1t0d0 type: auto flags: online error private autoconfig... (1 Reply)
Discussion started by: masloff
1 Replies

9. Shell Programming and Scripting

How to deal with replaced files?

My task is to copy all files from many directories in one. The big problem i encounter is that some files in different directory have the same names. Is they are way to copy the files that have same names in a sub directory ( need to preserve the name of the files unchanged ) I have list with... (6 Replies)
Discussion started by: gogok_bg
6 Replies

10. Linux

Grub not loading from replaced disk

Hi, a little while ago, one of the GPT Partitioned hard disk had gone faulty in a Mirror RAID and is now successfully replaced. here is how I did that. 1) created identical partition table on the new disk. 2) attached the mirrors using md commands. The whole procedure is given below:... (2 Replies)
Discussion started by: busyboy
2 Replies
cfgmgr(8)						      System Manager's Manual							 cfgmgr(8)

NAME
cfgmgr - Configuration management server SYNOPSIS
/sbin/cfgmgr DESCRIPTION
The cfgmgr configuration management server works with the kernel load server (kloadsrv) daemon to manage the subsystems that are dynami- cally configurable, loadable, or both. The cfgmgr server starts up automatically when a client (such as the sysconfig command) makes a con- figuration management request. Examples of configuration management requests are requests to configure, reconfigure, query, or unconfig- ure a subsystem. The cfgmgr server allows query operations from any superuser (root login), local or remote. The superuser on the local system is also allowed to configure, reconfigure, or unconfigure local kernel subsystems. Remote access to the kernel subsystem configuration is allowed through the /etc/cfgmgr.auth file. System administrators working on hosts listed in that file can also configure, reconfigure, or uncon- figure local kernel subsystems. If the /etc/cfgmgr.auth file does not exist or is empty, no remote users are allowed to configure, recon- figure, or unconfigure local kernel subsystems. If you use the sysconfig -v command, the cfgmgr server displays debugging information to the /dev/console screen. See the sysconfig(8) ref- erence page for more information about the -v flag. RELATED INFORMATION
Commands: sysconfig(8), sysconfigdb(8), kloadsrv(8) Files: cfgmgr.auth(4) delim off cfgmgr(8)
All times are GMT -4. The time now is 08:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy