Sponsored Content
Full Discussion: Your Opinion requested
Operating Systems Solaris Your Opinion requested Post 43379 by kduffin on Monday 17th of November 2003 01:30:49 AM
Old 11-17-2003
Are you looking for open source or COTS? Tivoli Inventory Manager can do what you want and more.

Cheers,
Keith

Last edited by kduffin; 11-17-2003 at 10:32 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Need your help and opinion

Hey all, I'm brand new to Unix/Linux and have a couple of questions. I own a small education/consulting company that has a staff of approx. 50 employees. Most our work is geared towards the office-style environment (i.e. Word, Excel, Powerpoint, etc.). There are also some C and Java programmers... (4 Replies)
Discussion started by: dennie1
4 Replies

2. Email Antispam Techniques and Email Filtering

help requested: procmail receipes

Hello all. I want some help procmail receipe. I tried to get some mails' sender and receiptient. Then tried to send them a bash script. But it didnot work. I try a lot of variation of the below receipe. Could anyone can help what is wrong on my receipe? Or if the recepie is correct what can be... (0 Replies)
Discussion started by: kedi
0 Replies

3. Post Here to Contact Site Administrators and Moderators

Opinion

Hi, I am new at this site and at unix. I was reading some answers that the administrators and moderators have posted to others, and sometimes I feel like their a little sarcastic. I am asking just to be patient to me, I know nothing about unix but I do want to learn, and I think that positive... (7 Replies)
Discussion started by: HN19
7 Replies

4. UNIX for Dummies Questions & Answers

second opinion on sed script

i'm trying to figure out a script that uses sed, and i'm not totally sure if it does what I think it does. The script... - takes in 3 inputs, $1, $2 are names. $3 is a file. - filename is a file. Here is what I'm trying to figure out: cat $3 | grep "id17" > var2 sed "s|@@.*||g" var2 >... (1 Reply)
Discussion started by: gammaman
1 Replies

5. Shell Programming and Scripting

AWK issue--> Help requested

Fairly new scripter so please bare with me if what I have done below is not according to standards. Okay...heres what I am trying to do. I have a pattern that I need to search for in a directory. This gives me a list of files that includes a control file that contains totals of the line nos for... (3 Replies)
Discussion started by: alfredo123
3 Replies

6. Shell Programming and Scripting

Help requested for a script with sed

Hello Folks, I would very much appreciate if I could get help/suggestions on a particular sed usage. I have to write a script to take version info from a version file, compute the image name, print error if the image does not exist. The version file looks like below: " # # version.cfg #... (3 Replies)
Discussion started by: fatimap
3 Replies

7. UNIX for Advanced & Expert Users

Expert Opinion

This perhaps does not belong in ths category; apologies, however, we have a heated debate going and your input will decide the result. Should UNIX (HP, AIX, etc) be rebooted following a monthly cycle (Every month, or a qtr, etc.). We have some UX admins (grumps) who say they have seen a UX... (6 Replies)
Discussion started by: rsheikh
6 Replies

8. Shell Programming and Scripting

Help on sed requested

Hi I have a problem to resolve, I think sed is the best option, and I am not successful yet. Have a UNIX file which has records as of the 2 character state codes like NY NJ PA DE From the file I need to create this as a variable in the same script or another file -... (7 Replies)
Discussion started by: snair2010
7 Replies

9. What is on Your Mind?

Something in my mind - what's your opinion ?

Dear Forum staff / Advisors / members , I am having something in my mind, about Linux / Unix possible Interview questions collections, I guess if I post them here,which might be useful for our members and for students, and in meantime we can discuss also about those questions, what's your... (4 Replies)
Discussion started by: Akshay Hegde
4 Replies

10. Shell Programming and Scripting

SQL Script HELP Requested.

Hello ALL , i am requesting help on for this script i am preparing to get the result of a query in a excel sheet : current Error: Script : NO Excel file created. requesting to know where i am going wrong. #!/bin/ksh... (2 Replies)
Discussion started by: anirudhkashikar
2 Replies
updmv(8)						      System Manager's Manual							  updmv(8)

NAME
updmv - Moves customized, user, and inventory data files to or from storage. SYNOPSIS
/usr/bin/updmv -i location /usr/bin/updmv -o location OPTIONS
Copies the Customized File Inventory (CFI) and User File Inventory (UFI) files and those files listed in these inventory files from the specified location to the /var/adm/install/update directory. Copies the CFI and UFI files and those files listed in the inventory files to the specified location. OPERANDS
Specifies the storage area of the files. This area can be a tape device, disk device, or a Remote Installation Services (RIS) server area. You replace the location operand with the name of the tape or disk device, or the server name for a RIS server area. For tape stor- age, you must use a no-rewind tape device such as /dev/ntape/tape0_d0. For disk storage, specify the complete directory path. For storage in a RIS server area, you must register the client in the server's RIS database. When you specify the server, the server name must be followed by a colon (:). DESCRIPTION
The updmv utility moves files listed in the User File Inventory (UFI) file and the Customized File Inventory (CFI) file to or from storage. The UFI file, created by the genufi utility, identifies user files created after you installed the operating system. The CFI file, created by the invsync utility, identifies files that were customized after the installation. You must have superuser privileges to run the updmv utility. During a new installation, some user files and customized files can be overwritten. You can identify and save files from the current installation environment for later integration into the new installation environment. Use the updmv utility to move these files to a stor- age area or from the storage area to the update area. To store the files listed in the CFI and UFI files, invoke the updmv utility with the -o option followed by the location operand. The sys- tem must be shut down to single-user mode before you specify the updmv utility with the -o option. To make these files accessible for integration into a new installation environment, invoke the updmv utility with the -i option followed by the location operand. The updmv utility moves the listed files to the /var/adm/install/update directory so that they can be merged into the new installation environment with the updmerge utility. EXAMPLES
Save the files to a tape device: # updmv -o /dev/ntape/tape0_d0 You must use a no-rewind tape device. Store the files on a disk device: # updmv -o /mnt/mydata Store the files in a RIS server area: # updmv -o midvale: To restore these files, replace the -o option with the -i option. Restore the files that were stored in a RIS server area: # updmv -i midvale: The restored image resides in /var/adm/install/update. RESTRICTIONS
You must have superuser privileges to run the updmv utility. The system must be in single-user mode before you invoke the updmv utility with the -o option. FILES
Customized File Inventory User File Inventory SEE ALSO
genufi(8), invsync(8), updmerge(8) updmv(8)
All times are GMT -4. The time now is 02:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy