Couple of questions.


 
Thread Tools Search this Thread
Operating Systems HP-UX Couple of questions.
# 1  
Old 01-12-2009
Couple of questions.

Right now I am a Microfocus COBOL programmer, working on a HP-UX system. I want to now get Certified as a HP Certified Systems Administrator. I ordered a book from amazon and will start with it. I also will be working at my job with someone who applies the patches and things as we do NOT have a real UNIX admin! So I will get some experience at work. At home I would like a way to practice what I read. Is this possible? Is there a version of linux close enough that I can install and practice on?

One other thing...I was never good at learning from books...Any suggestions on the best way to study and practice to get ready for the test?

Thanks so much.....
# 2  
Old 01-12-2009
Quote:
I was never good at learning from books...Any suggestions on the best way to study and practice to get ready for the test?
Read at home, take notes on what is not clear or anything else you can think about on the subject, practice at work! (Or stay after work in your office...), you will not find a linux equivalent of HP-UX...
# 3  
Old 01-12-2009
Thanks for the quick reply. I can practice on a live system? We do not have a test environment! I figured no linux would work, but I thought it was worth asking.
# 4  
Old 01-12-2009
HP-UX is NOT gonna just run on any hardware, you need HP specific hardware, which will make it hard from home.

If you have any experience with Linux its not hard to use HP-UX, it just does not have all the "NICE" features that Linux has preinstalled. They basically only put in what is needed and you will have to figure out the differences. Example Linux uses GNU date command, HP-UX does not, therefore you cant use the date -d switch. I believe you COULD install a gnu version but generally that could make it hard to get support from HP.

HP-UX is pretty rock solid, we have very few problems here, and we have MANY HP-UX servers.

When I got this job in May 08 I had never touched a HP-UX system and now Im pretty confident with it. But there are some differences you will run into and have to figure out.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Couple of easy questions for experts on awk/sed

Hello Experts.. I have 3-4 C codes with Oracle SQL statements embedded. All the SQL statements starts with EXEC SQL keyword and ends with ;. I want to extract all the SQL statements out of these codes. I did awk '/^EXEC SQL/,/\;/' inputFile (I use this on all of the codes individually). That... (2 Replies)
Discussion started by: juzz4fun
2 Replies

2. Shell Programming and Scripting

How to couple 2 script in 1?

I have two script / test1 - test2 test1 in var / etc test2 in var / www and I want coupled into a single script that runs both script in the following order test1 and test2 every 3 minutes (7 Replies)
Discussion started by: azzeddine2005
7 Replies

3. UNIX for Dummies Questions & Answers

Couple of questions wth grep/sort

I have different things that I was trying to do but am kind of struggling with this since I'm a Linux noob. The backround is that I have two files with student names in the same directory, and each file lists the student name, their major and their grade level. What is the most efficient way to... (6 Replies)
Discussion started by: tastybeer
6 Replies

4. UNIX for Dummies Questions & Answers

Couple of newbie Unix questions

I entered a command at the prompt and it's interactive (not background). It gathers some stats and writes them to a file. I want to see this job running and what it's doing - I/O especially and maybe CPU and stuff. What can do to see this (say using a second session?) I know it's a long job but... (3 Replies)
Discussion started by: ido1957
3 Replies

5. Solaris

Couple logadm questions

My logadm.conf is below. Is there a way to match a log file that appends the time/date stamp after the log file? Also, a 0 is being appended onto the files I'm compressing and having rotated. Is there a way to fix that? /var/apache/tomcat55/logs/catalina.out -C 30 -P 'Fri Jun 18 16:48:55... (5 Replies)
Discussion started by: LittleLebowski
5 Replies

6. IP Networking

Couple of quick IP Routing questions

Hi 1) Is the MIB II table that can be accessed through the function m2IpRouteTblEntryGet() the same as the IP Routing table that the IP layer uses to do its routing work? 2) Is there a set of API functions, other than m2IpRouteTblEntryGet(), that are available to access entries in the IP Routing... (2 Replies)
Discussion started by: nzeidat
2 Replies

7. Debian

A couple of grub questions.

1) After I install a new kernel in Debian Sarge, it updates my menu.lst file for grub, but incorrectly. It assumes it should boot from partition hd0,0, but this is incorrect. How do I change this faulty assumption? 2) If grub fails to find a kernel, grub allows me to enter a path to... (1 Reply)
Discussion started by: akbar
1 Replies

8. Linux

Attn! A couple quick questions about Linux [Help]

Hi guys!! I was wondering if you can help me with a couple quick questions in order for me to understand it better... Any help would be appreciated and i would like to say thanks!! In advanced... Ok here goes... (I think these are pretty basic, but i just want to clarify) 1. What would be the... (2 Replies)
Discussion started by: kyoist
2 Replies
Login or Register to Ask a Question