Sponsored Content
Top Forums Shell Programming and Scripting I need to make a control panel for a Linux script Post 302918091 by Samuel12 on Sunday 21st of September 2014 12:28:30 PM
Old 09-21-2014
Hey Thanks for the reply!

What I am thinking more of is the following.

Pre-Made scripts saved on my linux servers. I then through a java program on my company network ssh to and run scripts remotely. and issue commands like stop database, restart. It needs to be SSH due to SLA, Based on recet though I might be able to get away with SSH and put emails and alerts in the scripts that tell me by mail what is going on status by status updates flow.

I am not a java guy but I heard of Jsch- you can provide a linux SSH link and provide commands to the linux machine. --> without installing sometihng on the machine as well.
From what I understand its ssh.

Have you heard of it or think it can do the following through SSH only.

---------- Post updated at 12:19 PM ---------- Previous update was at 12:13 PM ----------

sea can you comment again I have added more detail and thanks for the response but I don't need something like a tui browser.

does anyone know if jsch be used without installing on the host of the scripts? From what i read its ssh so the protocol should be enough right?

---------- Post updated at 12:20 PM ---------- Previous update was at 12:19 PM ----------

FYI were 100% redhat

---------- Post updated at 12:23 PM ---------- Previous update was at 12:20 PM ----------

this will be production and across all dev/qa/all environments basically this is a control panel gui to remotely send commands like a total of 10, ranging from --stoop database. database status. restart database.. stop database on node or do some other commands.

---------- Post updated at 12:26 PM ---------- Previous update was at 12:23 PM ----------

something like this i know this must be based on jsch

More Than User: raspberry pi and android simple remote control

---------- Post updated at 12:28 PM ---------- Previous update was at 12:26 PM ----------

second thought that is not jsch but googing produced that result. Smilie
 

2 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

OS X / fsck / apps dont work no control panel

Alright. My neighbor kid brings me his iBook and says nothing works. He decided to move the file system to his likeness and that semed to create the problems. Now he doesn't have access rights to his home. I have run fsck over and over again and I keep getting ** fs modified ** I have also... (0 Replies)
Discussion started by: maxwell
0 Replies

2. UNIX for Dummies Questions & Answers

Control Panel seeking.

Hi, guys. My friends and I used to rent space from our ISP, and they applied Cpanel to help us to config. Recently we just upgrade to the dedicated server plan, and there is nothing but only the os has been installed. Since Cpanel is the commercial software, we cannot afford it, we need to find a... (2 Replies)
Discussion started by: HOUSCOUS
2 Replies
DH_SYSTEMD_START(1)						     Debhelper						       DH_SYSTEMD_START(1)

NAME
dh_systemd_start - start/stop/restart systemd unit files SYNOPSIS
dh_systemd_start [debhelperoptions] [--restart-after-upgrade] [--no-stop-on-upgrade] [unitfile...] DESCRIPTION
dh_systemd_start is a debhelper program that is responsible for starting/stopping or restarting systemd unit files in case no corresponding sysv init script is available. As with dh_installinit, the unit file is stopped before upgrades and started afterwards (unless --restart-after-upgrade is specified, in which case it will only be restarted after the upgrade). This logic is not used when there is a corresponding SysV init script because invoke-rc.d performs the stop/start/restart in that case. OPTIONS
--restart-after-upgrade Do not stop the unit file until after the package upgrade has been completed. This is the default behaviour in compat 10. In earlier compat levels the default was to stop the unit file in the prerm, and start it again in the postinst. This can be useful for daemons that should not have a possibly long downtime during upgrade. But you should make sure that the daemon will not get confused by the package being upgraded while it's running before using this option. --no-restart-after-upgrade Undo a previous --restart-after-upgrade (or the default of compat 10). If no other options are given, this will cause the service to be stopped in the prerm script and started again in the postinst script. -r, --no-stop-on-upgrade, --no-restart-on-upgrade Do not stop service on upgrade. --no-start Do not start the unit file after upgrades and after initial installation (the latter is only relevant for services without a corresponding init script). NOTES
Note that this command is not idempotent. dh_prep(1) should be called between invocations of this command (with the same arguments). Otherwise, it may cause multiple instances of the same text to be added to maintainer scripts. Note that dh_systemd_start should be run after dh_installinit so that it can detect corresponding SysV init scripts. The default sequence in dh does the right thing, this note is only relevant when you are calling dh_systemd_start manually. SEE ALSO
debhelper(7) AUTHORS
pkg-systemd-maintainers@lists.alioth.debian.org 11.1.6ubuntu2 2018-05-10 DH_SYSTEMD_START(1)
All times are GMT -4. The time now is 03:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy