Sponsored Content
Full Discussion: Mozilla running remotely
Operating Systems AIX Mozilla running remotely Post 302359310 by funksen on Tuesday 6th of October 2009 08:50:27 AM
Old 10-06-2009
he has to install an xserver emulator on windows,

then ssh/telnet/rlogin to the aix-machine
run
Code:
export DISPLAY=hisdesktopip:0

:0 may vary, but should be default
and then start mozilla

mozilla should open on his local xserver on windows

I used cygwin for this, as long as I used windows
just open a shell in cygwin and start the xserver with "startx"


if on linux, the xsession can be tunneld over ssh
login to the server using

Code:
ssh -X aixhost

sshd on aix must allow X11 forwarding
in /etc/ssh/sshd_config:
Code:
#X11Forwarding no
X11Forwarding yes

Code:
stopsrc -s sshd
startsrc -s sshd

mozilla should open on his local linux xserver then


if ssh is not available, he can forward his ip adress as described above, and has to
run
Code:
xhost +aixip

on his desktop

to allow the remote X11 connection to his local xserver


there should be a way to tunnel the xsession over ssh on windows too, but I havent spent time in this yet



the other question is, what is he trying to do with the aix mozilla? if there is an webserver running on the aix-system, then it should be accessible from his local desktop browser too
if you have a firewall between aix-server and his desktop, then the simple X11 forwarding will not work, you need to activate port 6000 on the firewall for his desktop ip
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

running commands with remotely with Telnet

i have a box here that can only be accessed with telnet. now, i was wondering if anyone know of a way of which i can run a command on that box remotely. (2 Replies)
Discussion started by: Terrible
2 Replies

2. Shell Programming and Scripting

Running an Interactive Program Remotely

now, i have a program that i would very much prefer to run remotely as i hate having to log into the box it is on. the problem is, every command i have tried to run this remotely doesn't work. the commands tries to kick off the program on the remote box but then hangs. like take for... (3 Replies)
Discussion started by: Terrible
3 Replies

3. HP-UX

Problem in mozilla running.

hi to all, I am installed mozilla on hp-ux machine. That was after installing the software, i just do, the gunzip to that depot file, then untar it. after what i have to do. b'coz i am new to hp-ux. i don't know which script i have to run. thanks & regards, Balaraju. (3 Replies)
Discussion started by: balarajum
3 Replies

4. Shell Programming and Scripting

running command remotely to populate local variable

If I run this # ssh remote-server 'du -sk /usr/platform/`uname -i`/' 174 /usr/platform/SUNW,Sun-Fire-V245 I get my output just fine, However, if i try to do the same but populate a local variable within my script called for example 'result' #!/bin/ksh result=`ssh remote-server... (3 Replies)
Discussion started by: hcclnoodles
3 Replies

5. Solaris

Can i bind to a local login terminal running using rsh or remotely

Hi Can i ask? I had multiple solaris workstation running and some local users using it. Is it possible to bind to the local user terminal or console he's using as if like the user well type and I can see it and what my typing in the local user see it also. Is it possible.. Thanks. (3 Replies)
Discussion started by: jao_madn
3 Replies

6. Shell Programming and Scripting

Running local script remotely with arguments in ksh

When i use ssh command to execute local script on remote server , I am unable to do it. Please let me know how this can be done in ksh req=abc dte=ghd ssh username@hostname "$req $dte" < run_script.sh (2 Replies)
Discussion started by: lalitpct
2 Replies

7. Shell Programming and Scripting

Then error while running script remotely

facing issue with then error while running a local script aginst a remote server. i facing the same issue in multiple scripts. So what i am missing here or what is needed. #!/bin/ksh echo "enter the filename" read file if then echo "file exists" else echo "file does not exists" fi ... (0 Replies)
Discussion started by: NarayanaPrakash
0 Replies

8. Shell Programming and Scripting

Difference between running a script locally and remotely

Hello, Please, what is the difference between running a script remotely: ssh -t root@$machine -x "sshpass -p 'ubuntu' ssh -t ubuntu@$address -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/nul -x './c-launch.sh'" and running a script directly on the host: ... (1 Reply)
Discussion started by: chercheur111
1 Replies

9. Shell Programming and Scripting

[bash] running a function remotely using ssh

Hi all. I need a bash script to run a function remotely. I think it should be similar to the following but can't figure out the exact syntax. Here is the script: #!/bin/bash function nu () { for var in {0..5}; do printf "$var, "; done; echo } ssh host "$(typeset -f); nu" ... (9 Replies)
Discussion started by: ziguy
9 Replies

10. UNIX for Beginners Questions & Answers

Running local script remotely with arguments

Dear Experts, I have found this script on internet that can be used to execute local script remotely #!/bin/bash # runremote.sh # usage: runremote.sh localscript remoteuser remotehost arg1 arg2 ... realscript=$1 user=$2 host=$3 shift 3 # escape the arguments declare -a args ... (4 Replies)
Discussion started by: mukulverma2408
4 Replies
lpweb(1M)																 lpweb(1M)

NAME
lpweb - invokes the HP-UX Printer Management tool SYNOPSIS
[ ] [ ] [ ] DESCRIPTION
The HP-UX Printer Management tool ( ) is used to configure the LP spooling sub-system. It allows the user to view and configure Printers and Print Requests. The tool also allows the user to save and restore spooler configuration. The HP-UX Printer Management tool provides both Web-based and terminal user interface. The Web-based interface is launched through the HP System Management Homepage. Superuser privileges are required to access the HP-UX Printer Management tool. An attempt will be made to connect to a Mozilla/Netscape Web browser running on the X server defined by the DISPLAY environment variable. If a running Mozilla/Netscape client is found, it will be used, otherwise a new Mozilla/Netscape session will be initiated. This will only happen if the Mozilla/Netscape process is running in the same system as that referenced by the DISPLAY variable, unless the -F option is used. Note: By default, the HP-UX Printer Management tool ( ) invokes the Mozilla Web browser. If you want to support any other browser (Net- scape), set the BROWSER environment variable as shown below: The terminal user interface is invoked if any of the following conditions are true: o The command is invoked with the option. o The environment variable is not set. The Web-based interface is launched if all the following conditions are true: o The command is invoked with option. o The environment variable is set. o The command is available on the system. Options recognizes the following options: Forces a client browser to be used in less secure ways. The option forces the client browser to be used or started, even when the X-traffic between the X-server and the Mozilla browser is not secure. Use this option only when you are sure the network traffic between the host where Mozilla is running and the host in the DISPLAY variable is secure. If a privileged user (root) executes the command with the option, a temporary login bypass key is generated. The bypass key enables the user to access the Web interface without having to provide login information again. You can also start the HP-UX Printer Management tool using one of the following methods: o Invoke o Invoke the HP-UX Printers and Plotters Configuration tool Web interface by typing the URL in the address bar of your browser, where hostname is the fully qualified name of the server. o Launch the HP-UX Systems Insight Manager on the server and select the Printer Management tool from Configure -> HP-UX Configuration menu Online Help After the HP-UX Printers and Plotters Configuration tool is started, the online help provides details on how to use the tool. RETURN VALUES
Upon completion, lpweb returns one of the following values: o 0 Successful o 1 An error occurred AUTHOR was developed by Hewlett-Packard Company. SEE ALSO
sam(1M), enable(1), lp(1), lpstat(1), accept(1M), lpsched(1M), lpweb(1M)
All times are GMT -4. The time now is 10:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy