Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: markuscj
  • Content: Threads
  • Order by date
  1. markuscj

    Find LUN ID's with MPIO

    We are in the process of moving from SDD to MPIO to prepare for new XIV storage (we currently have ESS and DS8000). With SDD we could query the vpaths for the LUN using lsvpcfg|grep vpathx Using standard MPIO on AIX 5.3.8 the best I have found so far is getting it from the unique_id field...
  2. markuscj

    Logout user on 'EXIT'

    Hi scripters I am fairly new to scripting and have this question: I am writing a korn shell script in AIX which is a simple menu for a specific user, when this user logs in the menu will run, now the last option on the menu is 'EXIT', when this is selected I want the user to be logged out of...
  3. markuscj

    Multibos bootlist question

    After updating the OS using multibos, the bootlist by default is: hdisk0 blv=bos_hd5 hdisk0 blv=hd5 as I have rootvg mirrored over hdisk0/hdisk1, should this be changed to: hdisk0 blv=bos_hd5 hdisk1 blv=bos_hd5 hdisk0 blv=hd5 hdisk1 blv=hd5 or even just hdisk0 blv=bos_hd5 hdisk1 blv=bos_hd5...
  4. markuscj

    Running a TWS job as a domain user

    Hi Here is the scenario: We run TWS on an AIX server which can also run jobs on Windows servers in our main domain (call it domain1). We now have another Windows server that belongs to a different domain which is behind a firewall (domain2), there is no trust between these domains - they know...
  5. markuscj

    TWS firewall ports

    I am looking at installing a Tivoli Endpoint and TWS FTA on a server that is behind a firewall. Can anybody tell me what ports need opening? I've looked at the red books and they mention ports 94, 31111 and 31194, but looking at the documents that IBM left us with after the original install in...
  6. markuscj

    .profile strange behaviour

    I need a user to run a script that opens a menu when they log in, so added it to their .profile - /home/user/script, but the menu just hangs for ages and when it does come up it doesn't work properly. If /home/user/script is not added to the users .profile, the user can run the script normally...
  7. markuscj

    Java14.sdk 1.4.0.0

    Hi I'm updating one of our boxes from 5.2.6 to 5.2.9. The update failed and left the box on 5.2.8, it's moaning about Java: lppchk -v lppchk: The following filesets need to be installed or corrected to bring the system to a consistent state: Java14.sdk 1.4.1.0...
  8. markuscj

    Suze Linux commands

    Hi I'm new to Suze Linux - I look after AIX systems but have recently been given the task of looking after some blade servers running Suze Linux. I've been Googling for a while now just trying to find a good document containing Suze Linux commands - can anybody post a link to such a document? TIA
  9. markuscj

    Move files and change extensions

    Hi In /home/dat I have a few hundred files with a .dat extension. I would like to copy these to /home/xml but rename them with a .xml file extension. I've managed to get these into a file and sed them to change the file extension, but cannot get the contents of the file into the target...

Part and Inventory Search

Back
Top