AIX support remote


 
Thread Tools Search this Thread
Operating Systems AIX AIX support remote
# 1  
Old 02-08-2010
AIX support remote

Hello,

I am looking for individuals or companies who can provide remote support for AIX & HACMP 24 x 7

If anyone knows please post here.

thanks
This User Gave Thanks to filosophizer For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX Remote Access

Hello, I'd like to start my question with, is it possible to display the CDE of an AIX device with remote connection from Windows 7? We normally use the Exceed application for this, though I need to connect to the device with VPN connection. With Exceed it goes through TCP, with VPN its UDP,... (2 Replies)
Discussion started by: kobee24
2 Replies

2. AIX

How to set up remote X Windows on AIX ?

Hi, I want to display a program on my local workstation, that is running on a remote AIX, and I have done the following: install an X server (Xming) on my windows machine enable X11 forwarding in Putty enable X11 forwarding for the SSH daemon restart SSH daemon text X... (9 Replies)
Discussion started by: SteAlma
9 Replies

3. AIX

Seeking Paid AIX Support ? anyone know where ?

Hello, I was wondering if anyone knows about getting support for AIX ; This forum is a great place but if it has a section for $$$ AIX support where the experts can analyze and answer the questions/queries of the posters ? Is it possible to get any paid support on this forum ? (8 Replies)
Discussion started by: filosophizer
8 Replies

4. AIX

AIX 5.2 and 5.3 hardware support questions...

If anyone has the answer to this question I would be eternally grateful: I just took a new job supporting IBM Blade Servers and "E" Chassis. The model for this is significantly different than anything I have done in the past which has included what I would call typical Unix support... (2 Replies)
Discussion started by: jtelep
2 Replies

5. AIX

Window XP remote to AIX

May i know what software can i use for windows XP to remote AIX server ?? By the way, can you provide the link for me to download the software ?? (7 Replies)
Discussion started by: Farbegas
7 Replies

6. AIX

How to remote backup with AIX system

I have some questions : 1) We can system backup manual by remotely? (Ex: we peform backup a AIX system in Japan from US)How we can do? 2) We can build a script to system backup automatically? How we can do? 3) We can use which third party to do that? Which tool? Thanks (1 Reply)
Discussion started by: guest
1 Replies

7. AIX

AIX 5.1 POWER4 support help

Can anyone let me know the output of command 'uname -aL' on AIX 5.1 POWER4 support? (6 Replies)
Discussion started by: arnab84
6 Replies

8. AIX

remote monitoring AIX

peepz, do any of you use Remote monitoring for your aix boxes?? I mean something like SNMP or third party monitoring? I've looked some things up and this came out popular: SNMP for AIX NET-SNMP opensource program Tivoli Netview Server to monitor the servers AIX RMC Ganglia for... (1 Reply)
Discussion started by: kvanelshocht
1 Replies

9. AIX

how to setup a remote printer in aix 5.2

how to setup a remote printer in aix 5.2 i have an aix 5.2 os and need to setup a remote printer off of it need help on how it is done (2 Replies)
Discussion started by: itivanh
2 Replies

10. AIX

Remote printing problem in AIX

Hi all, I am an amature in AIX.I am facing a problem with remote printing in AIX5L... One laser printer is there connected to a print server (HP),which is configured as remote printer from AIX Server. Due to some problem the print server is replaced and the same is configured with the old... (3 Replies)
Discussion started by: helloajith
3 Replies
Login or Register to Ask a Question
remote-filesystems(7)					 Miscellaneous Information Manual				     remote-filesystems(7)

NAME
remote-filesystems - event signalling that remote filesystems have been mounted SYNOPSIS
local-filesystems [ENV]... DESCRIPTION
The remote-filesystems event is generated by the mountall(8) daemon after it has mounted all remote filesystems listed in fstab(5). moun- tall(8) emits this event as an informational signal, services and tasks started or stopped by this event will do so in parallel with other activity. This event is typically used by services that must be started to manage remote filesystems. When it occurs, local filesystems such as /usr may not be mounted. For most normal services the filesystem(7) event is sufficient. This event will never occur before the virtual-filesystems(7) event. EXAMPLE
A service that wishes to be running once remote filesystems are mounted might use: start on remote-filesystems SEE ALSO
mounting(7) mounted(7) virtual-filesystems(7) local-filesystems(7) all-swaps(7) filesystem(7) mountall 2009-12-21 remote-filesystems(7)