Sponsored Content
Special Forums UNIX and Linux Applications Infrastructure Monitoring SF4800 SC not accessible thru network Post 302365523 by honmin on Tuesday 27th of October 2009 10:06:56 AM
Old 10-27-2009
I have checked the network and they were good. Anyway, I shall perform a full FW upgrade on the system and revert the status.

Thanks!
 

8 More Discussions You Might Find Interesting

1. Solaris

Open port in Solaris 8 (not accessible from outside)

Hello guys, I've recentrly installed a Tomcat server in our Solaris 8 servers, and while it's properly configured and running already, I can't access the port from outside the network segment the server is on. I.e., we have 4 servers in the same segment (consecutive IP addresses), and if I... (4 Replies)
Discussion started by: Acapulco
4 Replies

2. UNIX for Dummies Questions & Answers

Make a script accessible from any directory

I wrote a small fortran program that I want to control with a bash script. The bash script builds a parameter file that is used by the fortran program. I want to make it so I can access the script from any directory on my computer. How do I do that? Or what key words should I search for to find... (1 Reply)
Discussion started by: C_James
1 Replies

3. UNIX for Dummies Questions & Answers

NameServer not accessible

Hi everybody I am facing a little problem with names servers. I have a VPS with Kloxo installed on it I have registered 2 name servers (i.e. ns1.domain.com and ns2.domain.com) past one month. These nameservers are not accessible yet. I have check the nameserver on internic site and they are... (3 Replies)
Discussion started by: rizwan65
3 Replies

4. Linux

graphical environmental of CentOS is not accessible

Hello everyone, I am using centOS 5.4. and in the Graphical environment when i executed command system-config-kickstart , at the same time i lost my graphical environment now i am not able to access it, but i can access my system by CLI mode....kindly suggest me that how can i repare my... (3 Replies)
Discussion started by: karan chauhan
3 Replies

5. UNIX for Dummies Questions & Answers

Testing NAS /mountpoint accessible

Hello. What's the best way to ensure that a NFS filesystem mounted from a disk-cabine (NAS) is accessible? My proposal: 1. ping to the ip of the cabine 2. verify filesystem is mounted 3. touch a file inside the /mountpoint Any other suggestions? Thank you! (2 Replies)
Discussion started by: asanchez
2 Replies

6. Shell Programming and Scripting

Can we store a value in temp variable which can accessible?

Hi techies I am trying to write a script which can give me a ATP of a job, My idea is : store a value in a temp variable, next script read the variable in next call of it and give me the diff of values which is ATP, as script is running every hours. Can we do this in Shell Script. If... (5 Replies)
Discussion started by: atul9806
5 Replies

7. UNIX for Dummies Questions & Answers

Making webpy framework accessible from outside the local network

I am using ubuntu 12.04.03. I have some basic experience with webpy and I had it working for my LAN just by following the tutorial. The framework needs to be able to be used from outside the local network. I have difficulty seeing how to make the framework accessible from outside the lan. I tried... (10 Replies)
Discussion started by: frad
10 Replies

8. IP Networking

Accessible Site...Without a Domain

Hey everyone, Just a random question, is it possible to have a publically accessible website without a domain name attached to it? That is if I assign the server an IP address and have apache listen on 80 for incoming requests, can someone type that IP address into their browser and get to the... (2 Replies)
Discussion started by: Lost in Cyberia
2 Replies
relup(5)							       Files								  relup(5)

NAME
relup - Release upgrade file DESCRIPTION
The release upgrade file describes how a release is upgraded in a running system. This file is automatically generated by systools:make_relup/3,4 , using a release resource file ( .rel ), application resource files ( .app ) and application upgrade files ( .appup ) as input. FILE SYNTAX
In a target system, the release upgrade file should be located in the OTP_ROOT/erts-EVsn/Vsn directory. The relup file contains one single Erlang term, which defines the instructions used to upgrade the release. The file has the following syn- tax: {Vsn, [{UpFromVsn, Descr, Instructions}, ...], [{DownToVsn, Descr, Instructions}, ...]}. * Vsn = string() is the current version of the release. * UpFromVsn = string() is an earlier version of the release to upgrade from. * Descr = term() is a user defined parameter passed from the systools:make_relup/3,4 function. It will be used in the return value of release_handler:install_release/1,2 . * Instructions is a list of low-level release upgrade instructions, see appup(5) . It consists of the release upgrade instructions from the respective application upgrade files (high-level instructions are translated to low-level instructions), in the same order as in the start script. * DownToVsn = string() is an earlier version of the release to downgrade to. When upgrading from UpFromVsn with release_handler:install_release/1,2 , there does not have to be an exact match of versions, but UpFromVsn can be a sub-string of the current release version. SEE ALSO
app(5), appup(5), rel(5), release_handler(3erl), systools(3erl) Ericsson AB sasl 2.1.9.3 relup(5)
All times are GMT -4. The time now is 08:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy