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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bmulvey

  1. bmulvey

    hitachi san disk on aix 5.3: which driver we need to install on aix?

    powerpath 5 and above can recognize and use Hitachi disk. so if you have EMC san and add Hitachi, you can use the powerpath driver rather than HDLM
  2. bmulvey

    Re-compiling libraries to save space in chroot jails

    Hi All, I am trying to re-compile some libraries (such as libc.a) to be smaller so that I can put them in multiple chroot jails for multiple ftp home directories. I sucessfully did this about 3 years ago, but can't for the life of me remember how. I am in the middle of an Aix upgrade to 5.1...
  3. bmulvey

    check emulex HBA on Pseries.

    Hi, You would be better to post in the Aix forum for this kind of thing (I think). However, for hardware device management, most of the stuff you should look at is in "smit device" from a command line ,I'd try something like "lsdev -Cc adapter" to start with. This should...
  4. bmulvey

    looking for solution

    Hi, As wreck is not freee, you could try fdisk /MBR which is supposed to replace the master boot record on the disk. Windows does not like this after Linux has been installed as it has either the LILO or GRUB boot Loader
  5. bmulvey

    SFTP not working on RedHat7.2

    Hi pupu, Thanks for this, I have finally go to the bottom of my problem. THe ipchains (RedHats Firewall) was blocking the port 22 access. I had to add the line: -A input -s 0/0 -d 0/0 22 -p tcp -y -j ACCEPT to /etc/sysconfig/ipchains Thanks for your input.
  6. bmulvey

    SFTP not working on RedHat7.2

    Hi, I have an Internet FTP server running on RH 7.2 (Enigma) with all the updates. I need now to allow SFTP for some users. I have checked sshd_config and all looks ok to call the sftp-server sybsystem. THe sshd was already running. Another box I have with RH 7.1 works for SFTP straight off...
  7. bmulvey

    New to IBM Universe...Mind helping?

    Hi, I was checking out the UniAdmin tool on my UniVerse system and there is a specific option to restore a PICK backup so this may help too. To Get this install the UniVerse Clients on a PC, start UniAdmin, log-on, and next to the backup and restore tape icons there is a UniVerse import tool...
  8. bmulvey

    HACMP SSA with 3 7133 enclosures

    Hi Again, Found this IBM link which might be useful http://www.storage.ibm.com/hardsoft/products/ssa/docs/config_rules.html#compatability
  9. bmulvey

    ksh gurus..

    Hi, Try using nohup before your installp command see &quot;man nohup<CR>&quot; for details.
  10. bmulvey

    HACMP SSA with 3 7133 enclosures

    Hiya, I have a drawing for 2 Nodes each with 2 adapters and 4 7133 Drawers. It might serve as a basis for your plan. It has worked well in production for us. We are even using fibre optic extenders as our 2 computer rooms are 500m apart. Give me a mail address or ftp-site or something and...
  11. bmulvey

    New to IBM Universe...Mind helping?

    Hi, I am running IBM UniVerse v10.0.7.1 on IBM Aix, but the ports to Linux should be just as good. We ported from PRIME OS to PI/OPEN then UniVerse It was a VMark product, who joined with UniData to form Ardent, who were then bought over by Informix for their middleware (Web) tools. IBM then...
  12. bmulvey

    Monitoring files

    Hi, There may be a nice package for doing this but as I'm only a script hacker: An easy way to do it would be to stick the following in a script called by crontab with a line like 0,20,40 * * * * /scriptpath/script # run script every 20 mins This script can be varied for different thresholds...
  13. bmulvey

    hacmp V4.3.1 ip aliasing code

    Hi DSMARWAY, Thanks for your response. IBM have come up trumps with the answer. I got talking to the IBM guy who developed this as a workaround. The workaround works for 4.3.1 and 4.4.1 but got incorporated into the base release of 4.5 As he doesn't develop anymore I won't give his name but...
  14. bmulvey

    hacmp V4.3.1 ip aliasing code

    Hi, I have a S80 based cluster with 2 nodes running HACMP 4.3.1 IBM now only support HACMP 4.4.1 so I have to upgrade. Problem is that we are running a customised bit of code that allows us to use IP aliases for a resource group rather that a service address (thus retaining the boot address at...
  15. bmulvey

    Removing hdisks from a volume group

    try to turn off the quorum requirement for the VG use smit to get to the vg and turn quorum requirement off or straight from the command line try: #chvg -Q'n' glvg you could also try to reduce hdisk10 out of the VG command is #reducevg glvg hdisk10

Part and Inventory Search

Back
Top