Operating System - HP-UX
1834018 Members
2283 Online
110063 Solutions
New Discussion

Re: Related to logical interchange format

 
Abhijit_9
Occasional Contributor

Related to logical interchange format

Hi,

I like to know the syntax how to see the content of AUTO file?

Regards,
Abhijit Roy
4 REPLIES 4
Sridhar Bhaskarla
Honored Contributor

Re: Related to logical interchange format

Hi Abhijit,

Use 'lifcp' command and redirect the output to STDOUT.

lifcp /dev/rdsk/cxtydz:AUTO -

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Bharat Katkar
Honored Contributor

Re: Related to logical interchange format

Hi Abhijit,
As rightly told use lifcp command to view the contents of AUTO file.

# lifcp /dev/rdsk/cxtxdx:AUTO .
This copies Auto file to the current directory
# more AUTO
hpux

#

Then use more to display the contents.
Similarly if you can modify the file to add any arguments to hpux and copy it back to LIF volume:
# lifcp AUTO /dev/rdsk/cxtxdx:AUTO
{Use this cautiously}

Hope that helps.
Regards,

You need to know a lot to actually know how little you know
Abhijit_9
Occasional Contributor

Re: Related to logical interchange format

Thank you very much to all.

Regards,
Abhijit Roy
Abhijit_9
Occasional Contributor

Re: Related to logical interchange format

Thanks ! I got the answer.

Regards,
Abhijit Roy