Go to the sbin in Hadoop root directory.
Command to start jobhistoryserver:
./mr-jobhistory-daemon.sh start historyserver
You can see all the running daemons when you execute jps command.
After this when you try hostname:port/ you can see the job history server.
Default jobhistoryserver port is 19888.